送信

Agentdevx Gateway

@Md Mahmudul Hasan Miraj

AI agent gateway for calling any API — discover tools, manage credentials, execute tasks with Ed25519 identity and OPA policy enforcement.
概要

AgentDevX is the universal AI agent gateway — giving any AI agent secure, authenticated access to any API in the world.

What AI Agents Can Do With AgentDevX

  • Call any REST API through a unified proxy endpoint
  • Discover available tools from a live registry
  • Authenticate with Ed25519 keypair identity (no passwords)
  • Execute actions with OPA policy enforcement
  • Store and retrieve encrypted credentials automatically
  • Bootstrap themselves in one API call — no human needed

Why AI Agents Need This

Most AI agents can't call external APIs securely. AgentDevX solves this:

  • One endpoint to rule all APIs
  • Zero-trust security with JWT + Ed25519
  • Policy engine prevents unauthorized actions
  • Credential vault so agents never handle raw secrets
  • Tier limits protect against runaway agents

Quick Start (AI Agent Bootstrap)

npx @agentdevx/install

Or directly: POST https://agentdevx.onrender.com/agents/v1/bootstrap {"public_key": "<your_ed25519_hex_public_key>"}

Returns: access_token, agent_id, api_key — ready to call any tool instantly.

Available Tools

GET https://agentdevx.onrender.com/tools

MCP Endpoint

https://agentdevx.onrender.com/mcp

Supported Tiers

  • Free: 100 calls/day
  • Starter: 500 calls/day
  • Pro: 5,000 calls/day
  • Scale: Unlimited

Tech Stack

Bun + Hono + Supabase + OPA + Ed25519 + Lemon Squeezy

サーバー設定

{
  "mcpServers": {
    "agentdevx": {
      "url": "https://agentdevx.onrender.com/mcp"
    }
  }
}
- MCP Server